The U dimension of the 2D grid.
The V dimension of the 2D grid.
The minimum value of U component of the 2D grid.
The maximum value of U component of the 2D grid.
The minimum value of V component of the 2D grid.
The maximum value of V component of the 2D grid.
CylindroidDataSeries3D<TAllPoints> Constructor
Initializes a new instance of the CylindroidDataSeries3D<TAllPoints> class.
Syntax
public CylindroidDataSeries3D<TAllPoints>( 
   int uCount,
   int vCount,
   double uMin,
   double uMax,
   double vMin,
   double vMax
)

Parameters

uCount
The U dimension of the 2D grid.
vCount
The V dimension of the 2D grid.
uMin
The minimum value of U component of the 2D grid.
uMax
The maximum value of U component of the 2D grid.
vMin
The minimum value of V component of the 2D grid.
vMax
The maximum value of V component of the 2D grid.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also